projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e71f60c
)
core: Add missing null terminator in option parsing
author
Colin Walters
<walters@verbum.org>
Sun, 6 Nov 2011 21:25:45 +0000
(16:25 -0500)
committer
Colin Walters
<walters@verbum.org>
Sun, 6 Nov 2011 21:25:45 +0000
(16:25 -0500)
ostree/ot-builtin-compose.c
patch
|
blob
|
history
diff --git
a/ostree/ot-builtin-compose.c
b/ostree/ot-builtin-compose.c
index 831bdb03c71bb266332023653dc5b66ecdf2d0ed..0f39af049a853b5f0a4d581da563fcabbed90d6b 100644
(file)
--- a/
ostree/ot-builtin-compose.c
+++ b/
ostree/ot-builtin-compose.c
@@
-30,6
+30,7
@@
static char *compose_metadata_path;
static GOptionEntry options[] = {
{ "out-metadata", 0, 0, G_OPTION_ARG_FILENAME, &compose_metadata_path, "Output a file containing serialized metadata about the compose, in host endianness", "path" },
+ { NULL }
};
static void